.dentcloudinfo-link, .dentcloudbuy-link {
    position: absolute;
    left: 20px;
    top: 100px;
    color: white;
    font-size: 55px;
    cursor: pointer;
    text-shadow: 1px 1px 5px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
}

.dentcloudbuy-link {
    top: 190px;
}

#dentcloudinfo {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed; /* Important positioning for Info-Area */
    z-index: 10000;
    display: none ;
}

#dentcloudinfo .dentcloudinfo-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: -1;  /* Importatnt for overlay to work! */
}

#dentcloudinfo .dentcloudinfo-content {
    margin: 5% auto 0 auto;
    width: 750px;
    min-height: 400px;
    background: #fff;
    overflow: auto;
    padding: 40px;
    border-radius: 20px;
    -webkit-box-shadow:  1px 1px 5px 1px #ccc;
    box-shadow:  1px 1px 20px 1px #555;
}